Skip to content

Commit 5cb2b8a

Browse files
committed
test - sine
1 parent 4ab0d45 commit 5cb2b8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/tests/performance/sine/sine.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ const char* resultStr(const char* name, size_t count){
2424

2525
void setup(){
2626
Serial.begin(115200);
27-
Serial.print("Number of call in ");
27+
Serial.print("Number of calls in ");
2828
Serial.print(sec);
2929
Serial.println(" seconds:");
30-
Serial.println();
3130
}
3231

3332
void loop(){

0 commit comments

Comments
 (0)