Skip to content

Commit e0dd01a

Browse files
committed
ghostl, incl. circular_queue, has been moved from multiple copy&paste inclusions in various repos into an own repo to use as separate library dependency
1 parent 2eead9b commit e0dd01a

21 files changed

+8
-5593
lines changed

examples/bitpattern/bitpattern.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void setup() {
4141
logSer.println(PSTR("\nOne Wire Half Duplex Bitpattern and Datarate Test"));
4242
swSer.begin(TESTBPS, EspSoftwareSerial::SWSERIAL_8N1, -1, D5);
4343
swSer.enableIntTx(true);
44-
logSer.printf(PSTR("Tx from swSer to hwSer at %u\n"), swSer.baudRate());
44+
logSer.printf(PSTR("Tx from swSer to hwSer at %lu\n"), swSer.baudRate());
4545
}
4646

4747
uint8_t val = 0xff;

examples/circular_queue_mp_test/mp_queue_test.cpp

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)