From ac7783632bef1c718443fde6cc445c8c70b450f4 Mon Sep 17 00:00:00 2001 From: Thibaut VIARD <aethaniel@sam-geek.org> Date: Tue, 13 May 2014 15:06:36 +0200 Subject: [PATCH] Update test.cpp removing the merge lines --- cores/validation/validation_core/test.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/cores/validation/validation_core/test.cpp b/cores/validation/validation_core/test.cpp index fd7ff9cf..e3387a8b 100644 --- a/cores/validation/validation_core/test.cpp +++ b/cores/validation/validation_core/test.cpp @@ -94,16 +94,6 @@ void loop( void ) delay( 1000 ) ; // wait for a second led_step2() ; delay( 1000 ) ; // wait for a second -<<<<<<< HEAD:hardware/arduino/samd/cores/arduino/validation/test.cpp - - analog_write_step(); - -/* - Serial1.write( '-' ) ; // send a char - Serial1.write( "test1\n" ) ; // send a string - Serial1.write( "test2" ) ; // send another string -*/ -======= // Test Serial output Serial.write( '-' ) ; // send a char @@ -116,7 +106,7 @@ void loop( void ) Serial.write( (pin_value == LOW)?"LOW\n":"HIGH\n" ) ; delay( 1000 ) ; // wait for a second ->>>>>>> d072378eda9c37582c45f00acb3fb623efcabf6d:hardware/arduino/samd/cores/validation/validation_core/test.cpp + analog_write_step(); /* Serial.print("Analog pins: "); -- GitLab