Skip to content

Commit

Permalink
Added missing define for Quectel UG96
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Kauppila committed Dec 19, 2019
1 parent 7bfc16f commit 4436abb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include "PinNames.h"
#include "UARTSerial.h"

#define WAIT_AFTER_POWR_CHANGED (1000) // [msec.]

using namespace mbed;

ONBOARD_QUECTEL_UG96::ONBOARD_QUECTEL_UG96(FileHandle *fh) : QUECTEL_UG96(fh)
Expand Down

0 comments on commit 4436abb

Please sign in to comment.