Skip to content
Snippets Groups Projects
Commit 969e1fbd authored by Joseph Krachey's avatar Joseph Krachey
Browse files

Added console_init() to ex03

parent 6436df82
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ void peripheral_init(void)
{
cy_rslt_t rslt;
console_init();
/* Initialize SW1 P6_3 as an input */
/* Initialize Red LED P9_0 as an output*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment