updated for mbed-os 5.5
Fork of Task324Solution by
Revision 2:e4bdd0f14c27, committed 2019-10-07
- Comitter:
- noutram
- Date:
- Mon Oct 07 12:24:37 2019 +0000
- Parent:
- 1:9026e1e25f5c
- Child:
- 3:2f6da507b847
- Commit message:
- Typo fixed
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Sep 11 14:43:42 2019 +0000 +++ b/main.cpp Mon Oct 07 12:24:37 2019 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" -void updateState(int &sw, int &swState, DigitalOut &led, Timer &tmr) ; +void updateState(int sw, int &swState, DigitalOut &led, Timer &tmr); DigitalOut red_led(D7); DigitalOut green_led(D5);
