Eliminate a warning by adding missing include.

This commit is contained in:
Gregory Nutt 2016-12-06 13:16:30 -06:00
parent e190e1ee5b
commit b1a5364dd6
1 changed files with 2 additions and 1 deletions

View File

@ -46,8 +46,9 @@
#include <nuttx/board.h>
#include <nuttx/i2c/i2c_master.h>
#include "lpc43_i2c.h"
#include "chip.h"
#include "lpc43_i2c.h"
#include "lpc4337-ws.h"
/****************************************************************************
* Private Functions