We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4d3c29 + 6482500 commit b79b107Copy full SHA for b79b107
samples/drivers/led_eos_s3_1/src/main.c
@@ -14,12 +14,10 @@ void main(void)
14
printk( "##########################\n");
15
printk( "Quicklogic Open Platform 2.0\n");
16
printk( "SW Version: ");
17
- printk("OP2-QuickFeather-helloworldhw-app");
+ printk("OP2-QuickFeather-led-eos-s3-sample1");
18
printk( "\n" );
19
printk( __DATE__ " " __TIME__ "\n" );
20
printk( "##########################\n\n");
21
22
- printk("Hello World!\n");
23
-
24
while (1);
25
}
0 commit comments