]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - src/hokuyo/hokuyo.h
hokuyo: Cleanup and added TODO
[eurobot/public.git] / src / hokuyo / hokuyo.h
1 #ifndef HOKUYO_H
2 #define HOKUYO_H
3
4 #include <robottype.h>
5
6 #define HOKUYO_ARRAY_SIZE (sizeof(((struct hokuyo_scan_type*)0)->data) / sizeof(((struct hokuyo_scan_type*)0)->data[0]))
7
8 #endif //HOKUYO_H