Skip to content

Commit

Permalink
Issue: chipKIT32#426. Added the avr include files into pic32/core/pic…
Browse files Browse the repository at this point in the history
…32/avr per recommendation.
  • Loading branch information
ricklon committed Apr 10, 2014
1 parent 2191e33 commit 6c86ef9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hardware/pic32/cores/pic32/avr/interrupt.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef __INTERRUPT_H_
#define __INTERRUPT_H_ 1

#error ******** This sketch or library uses AVR-specific code that may not work \
with the chipKIT platform. See this forum for more information on porting code \
to chipKIT [www.chipkit.org/forum/viewforum.php?f=7] ********

#endif /* __INTERRUPTE_H_ */
8 changes: 8 additions & 0 deletions hardware/pic32/cores/pic32/avr/io.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef __IO_H_
#define __IO_H_ 1

#error ******** This sketch or library uses AVR-specific code that may not work \
with the chipKIT platform. See this forum for more information on porting code \
to chipKIT [www.chipkit.org/forum/viewforum.php?f=7] ********

#endif /* __IOE_H_ */
8 changes: 8 additions & 0 deletions hardware/pic32/cores/pic32/avr/pgmspace.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef __PGMSPACE_H_
#define __PGMSPACE_H_ 1

#error ******** This sketch or library uses AVR-specific code that may not work \
with the chipKIT platform. See this forum for more information on porting code \
to chipKIT [www.chipkit.org/forum/viewforum.php?f=7] ********

#endif /* __PGMSPACE_H_ */

0 comments on commit 6c86ef9

Please sign in to comment.