pwm samples: Correct MIN_PERIOD
1ms should be 32000, not 320000 Signed-off-by: liu.lei <lei.a.liu@intel.com> Change-Id: I39d82f5081149e0584075e728edc700f3db5f71c
This commit is contained in:
parent
243c36360a
commit
3b28220c40
|
@ -51,7 +51,7 @@
|
|||
#include <sys_clock.h>
|
||||
|
||||
/* about 1 ms */
|
||||
#define MIN_PERIOD 320000
|
||||
#define MIN_PERIOD 32000
|
||||
|
||||
/* about 1 second */
|
||||
#define MAX_PERIOD 32000000
|
||||
|
|
Loading…
Reference in New Issue