Skip to content

Commit e33fe93

Browse files
committed
clean up
1 parent 6786b46 commit e33fe93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/RotaryEncoder/examples/HwEncoderCallback/HwEncoderCallback.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void setup()
2222
{
2323
Serial.begin(115200);
2424
Serial.println("Bluefruit52 HW Rotary Encoder Callback Example");
25-
Serial.println("-------------------------------------------\n");
25+
Serial.println("----------------------------------------------\n");
2626

2727
// Initialize Encoder
2828
RotaryEncoder.begin(PIN_A, PIN_B);

0 commit comments

Comments
 (0)