Skip to content

Commit 8cfb41f

Browse files
committed
Update us_ticker.c
1 parent 3e76f8c commit 8cfb41f

File tree

1 file changed

+3
-0
lines changed
  • libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X

1 file changed

+3
-0
lines changed

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X/us_ticker.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
#include <stddef.h>
17+
#include "us_ticker_api.h"
18+
#include "PeripheralNames.h"
1619

1720
static int us_ticker_inited = 0;
1821
int MRT_Clock_MHz;

0 commit comments

Comments
 (0)