Skip to content

Commit ec6104a

Browse files
committed
typo
1 parent a36ad6c commit ec6104a

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027

1 file changed

+1
-1
lines changed

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027/C027_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void c027_mdm_powerOn(int usb) {
5353
}
5454

5555
void c027_mdm_powerOff(void) {
56-
if (gpio_read(&gpsEn)) {
56+
if (gpio_read(&mdmEn)) {
5757
// diable all level shifters
5858
gpio_write(&mdmILvlOe, 0); // ILVLEN: 0=disabled (i2c)
5959
gpio_write(&mdmLvlOe, 1); // LVLEN: 1=disabled (uart/gpio)

0 commit comments

Comments
 (0)