We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58d0e0c + ec6104a commit e7f82dfCopy full SHA for e7f82df
libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027/C027_api.c
@@ -53,7 +53,7 @@ void c027_mdm_powerOn(int usb) {
53
}
54
55
void c027_mdm_powerOff(void) {
56
- if (gpio_read(&gpsEn)) {
+ if (gpio_read(&mdmEn)) {
57
// diable all level shifters
58
gpio_write(&mdmILvlOe, 0); // ILVLEN: 0=disabled (i2c)
59
gpio_write(&mdmLvlOe, 1); // LVLEN: 1=disabled (uart/gpio)
0 commit comments