1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

stdint compliance

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@120 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2009-12-24 02:58:39 +00:00 committed by dankers
parent cb920513ff
commit 24220da63a

View File

@ -27,7 +27,7 @@
#define PIOS_IRQ_H
/* Public Functions */
extern int PIOS_IRQ_Disable(void);
extern int PIOS_IRQ_Enable(void);
extern int32_t PIOS_IRQ_Disable(void);
extern int32_t PIOS_IRQ_Enable(void);
#endif /* PIOS_IRQ_H */