This website requires JavaScript.
Explore
Help
Sign In
ManuelW
/
grbl-LPC-CoreXY
Watch
1
Star
0
Fork
0
You've already forked grbl-LPC-CoreXY
Code
Issues
Pull Requests
Releases
1
Wiki
Activity
0cb5438443
grbl-LPC-CoreXY
/
smoother
/
avr
/
interrupt.h
6 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
Brett's changes
2017-01-04 19:43:06 +01:00
#
pragma once
Fake registers, functions, values, and macros
2017-01-03 04:16:43 +01:00
#
define ISR(f) void f()
inline
void
cli
(
)
{
}
inline
void
sei
(
)
{
}
Reference in New Issue
Copy Permalink