NSH library: Allow USB trace without a USB console

This commit is contained in:
Gregory Nutt 2013-11-06 07:09:00 -06:00
parent 6be2a979ef
commit 3f80c56ad5

View File

@ -46,6 +46,9 @@
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
#define SAM_PWM_NCHANNELS 4 /* Four channels numbered 0..3 */
/* PWM Register Offsets *************************************************************/
#define SAM_PWM_CLK_OFFSET 0x0000 /* PWM Clock Register */