Code cleanup
- Changing header file ifndef define to pragma once's - Removed duplicate output_com.h's
This commit is contained in:
parent
03f60df94d
commit
5f262ea4b6
75 changed files with 158 additions and 650 deletions
|
@ -29,8 +29,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef _mk20dx_h_
|
||||
#define _mk20dx_h_
|
||||
#pragma once
|
||||
|
||||
// ----- Defines -----
|
||||
|
||||
|
@ -2090,5 +2089,3 @@ extern void portd_isr(void);
|
|||
extern void porte_isr(void);
|
||||
extern void software_isr(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue