summaryrefslogtreecommitdiff
path: root/trunk/users/metalab/GCode_Interpreter_SD/utils.h
blob: 32d483c1fd46a4a1983464bd00d343aa80f79909 (plain)
1
2
3
4
5
6
#ifndef UTILS_H_
#define UTILS_H_

void delayMicrosecondsInterruptible(unsigned int us);

#endif