Skip to content

Commit 3810d3e

Browse files
committed
2 parents a42c0da + d4c3aa6 commit 3810d3e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

examples/GoldilocksAnalogueTestSuite/GoldilocksAnalogueTestSuite.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717

1818
// From Library: FreeRTOS
1919
#include <Arduino_FreeRTOS.h>
20-
#include <list.h>
21-
#include <queue.h>
2220
#include <semphr.h>
23-
#include <task.h>
24-
#include <timers.h>
2521

2622
// From Library: AVR Standard C Time Library
2723
#include <ephemera_common.h>

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FreeRTOS
2-
version=9.0.0-01
2+
version=9.0.0-1
33
author=Richard Berry <[email protected]>
44
maintainer=Phillip Stevens <[email protected]>
55
sentence=Real Time Operating System implemented for AVR (Uno, Leonardo, Mega).

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Other heap allocation schemes are supported by FreeRTOS, and they can used with
4646

4747
## Errata
4848

49-
Testing with the Software Serial library shows some incompatibilities at low baud rates (9600), due to the extended time this library disables the global interrupt. Working on characterising and resolving the problem currently.
49+
Testing with the Software Serial library shows some incompatibilities at low baud rates (9600), due to the extended time this library disables the global interrupt.
5050

5151
## Compatibility
5252

0 commit comments

Comments
 (0)