Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Revision 14:7fcd0d7d3b28, committed 2018-02-04
- Comitter:
- andrewboyson
- Date:
- Sun Feb 04 11:34:09 2018 +0000
- Parent:
- 13:fb7f40c2e446
- Child:
- 15:e490fce9b6ef
- Commit message:
- uart changed to uart0
Changed in this revision
| log.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/log.c Fri Feb 02 15:51:36 2018 +0000 +++ b/log.c Sun Feb 04 11:34:09 2018 +0000 @@ -3,7 +3,7 @@ #include <stdio.h> #include <time.h> #include <stdbool.h> -#include "uart.h" +#include "uart0.h" #define BUFFER_LENGTH 0x4000