SAMV7: Add serial driver

This commit is contained in:
Gregory Nutt 2015-03-08 10:15:42 -06:00
parent c3a5c9e455
commit fb4324e6c5

View File

@ -41,6 +41,7 @@
************************************************************************************/ ************************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
#include <stdbool.h>
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions