initial fork from ublox
Dependencies: ublox-at-cellular-interface
Revision 17:6278a086733a, committed 2018-12-14
- Comitter:
- rlanders73
- Date:
- Fri Dec 14 18:20:56 2018 +0000
- Parent:
- 11:3631f62bb359
- Commit message:
- updating for Geneva platform
Changed in this revision
TESTS/unit_tests/cell-locate/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/TESTS/unit_tests/cell-locate/main.cpp Fri Jun 16 00:55:19 2017 +0100 +++ b/TESTS/unit_tests/cell-locate/main.cpp Fri Dec 14 18:20:56 2018 +0000 @@ -102,6 +102,8 @@ static DigitalInOut gnssEnable(GNSSEN, PIN_OUTPUT, PushPullNoPull, 1); #elif TARGET_UBLOX_C027 static DigitalOut gnssEnable(GPSEN, 1); +#elif UBLOX_M8N_GPS +static DigitalOut gnssEnable(GPS_EN, 1); #endif // An instance of the cellular interface