Skip to content

Commit b79b107

Browse files
authored
Merge pull request #5 from QuickLogic-Corp/eos_s3_led_sample1
Fix:Removed Hello world print.
2 parents a4d3c29 + 6482500 commit b79b107

File tree

1 file changed

+1
-3
lines changed
  • samples/drivers/led_eos_s3_1/src

1 file changed

+1
-3
lines changed

samples/drivers/led_eos_s3_1/src/main.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ void main(void)
1414
printk( "##########################\n");
1515
printk( "Quicklogic Open Platform 2.0\n");
1616
printk( "SW Version: ");
17-
printk("OP2-QuickFeather-helloworldhw-app");
17+
printk("OP2-QuickFeather-led-eos-s3-sample1");
1818
printk( "\n" );
1919
printk( __DATE__ " " __TIME__ "\n" );
2020
printk( "##########################\n\n");
2121

22-
printk("Hello World!\n");
23-
2422
while (1);
2523
}

0 commit comments

Comments
 (0)