Skip to content

Commit

Permalink
Merge pull request #5 from QuickLogic-Corp/eos_s3_led_sample1
Browse files Browse the repository at this point in the history
Fix:Removed Hello world print.
  • Loading branch information
spingaliQL authored Jun 15, 2020
2 parents a4d3c29 + 6482500 commit b79b107
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions samples/drivers/led_eos_s3_1/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ void main(void)
printk( "##########################\n");
printk( "Quicklogic Open Platform 2.0\n");
printk( "SW Version: ");
printk("OP2-QuickFeather-helloworldhw-app");
printk("OP2-QuickFeather-led-eos-s3-sample1");
printk( "\n" );
printk( __DATE__ " " __TIME__ "\n" );
printk( "##########################\n\n");

printk("Hello World!\n");

while (1);
}

0 comments on commit b79b107

Please sign in to comment.