Change the macro on the hearder file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10185 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
f594e27bcb
commit
9d87c02c65
|
@ -14,8 +14,8 @@
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef _AVR_PINS_H_
|
||||
#define _AVR_PINS_H_
|
||||
#ifndef AVR_PINS_H
|
||||
#define AVR_PINS_H
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
|
@ -156,4 +156,4 @@
|
|||
#warning "Device not supported by EXT driver"
|
||||
#endif /* AVR_EXT_USE_PCINT10 */
|
||||
|
||||
#endif /* _AVR_PINS_H_ */
|
||||
#endif /* AVR_PINS_H */
|
||||
|
|
Loading…
Reference in New Issue