osd-contiki/board/std_conf.h
Mariano Alvira 0c4f5c61ef need a way to run board specific lowlevel inits
like for vreg. this is a start.
2010-02-24 18:47:53 -05:00

9 lines
112 B
C

#ifndef STDCONF_H
#define STDCONF_H
#ifndef vreg_init()
#define vreg_init() default_vreg_init()
#endif
#endif