mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 19:29:50 +00:00
0c4f5c61ef
like for vreg. this is a start.
7 lines
77 B
C
7 lines
77 B
C
#ifndef LOWLEVEL_H
|
|
#define LOWLEVEL_H
|
|
|
|
void default_vreg_init(void);
|
|
|
|
#endif
|