git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@609 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
48c87272fe
commit
2730efd717
|
@ -28,8 +28,8 @@
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
#include <avr/interrupt.h>
|
#include <avr/interrupt.h>
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Port-related configuration parameters.
|
* If enabled allows the idle thread to enter a low power mode.
|
||||||
*/
|
*/
|
||||||
#ifndef ENABLE_WFI_IDLE
|
#ifndef ENABLE_WFI_IDLE
|
||||||
#define ENABLE_WFI_IDLE 0
|
#define ENABLE_WFI_IDLE 0
|
||||||
|
|
Loading…
Reference in New Issue