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:
tfateba 2017-04-26 19:48:29 +00:00
parent f594e27bcb
commit 9d87c02c65
1 changed files with 3 additions and 3 deletions

View File

@ -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 */