pull/312/head
mazgch 2014-05-16 18:19:06 +02:00
parent a36ad6c0b6
commit ec6104a0fd
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ void c027_mdm_powerOn(int usb) {
} }
void c027_mdm_powerOff(void) { void c027_mdm_powerOff(void) {
if (gpio_read(&gpsEn)) { if (gpio_read(&mdmEn)) {
// diable all level shifters // diable all level shifters
gpio_write(&mdmILvlOe, 0); // ILVLEN: 0=disabled (i2c) gpio_write(&mdmILvlOe, 0); // ILVLEN: 0=disabled (i2c)
gpio_write(&mdmLvlOe, 1); // LVLEN: 1=disabled (uart/gpio) gpio_write(&mdmLvlOe, 1); // LVLEN: 1=disabled (uart/gpio)