diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-09 19:41:55 +0200 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-09 19:41:55 +0200 |
| commit | 0b815d3656bf17d757169a830ebd14705f37eb46 (patch) | |
| tree | 0039e927903cb4db96ea2b6b248adb83b38fb869 /src | |
| parent | 812c99b3a4ff3d491718b819f6bb1620b1f20585 (diff) | |
| download | glutte-o-matic-0b815d3656bf17d757169a830ebd14705f37eb46.tar.gz glutte-o-matic-0b815d3656bf17d757169a830ebd14705f37eb46.tar.bz2 glutte-o-matic-0b815d3656bf17d757169a830ebd14705f37eb46.zip | |
Add empty usart_gps_remove_reset to simulator
Diffstat (limited to 'src')
| -rw-r--r-- | src/simulator/src/GPIO/usart.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/simulator/src/GPIO/usart.c b/src/simulator/src/GPIO/usart.c index 3782b9f..6e62b6d 100644 --- a/src/simulator/src/GPIO/usart.c +++ b/src/simulator/src/GPIO/usart.c @@ -43,6 +43,9 @@ void usart_init() { } +void usart_gps_remove_reset() { +} + void usart_gps_specific_init() { } |
