summaryrefslogtreecommitdiffstats
path: root/main/util.h
blob: 2a22daaa41f3656137601563ca8dfd1bad70c98f (plain)
1
2
3
4
5
6
#ifndef EPD_UTIL_H
#define EPD_UTIL_H

void delay_ms(unsigned int t);

#endif