6 lines
64 B
C
6 lines
64 B
C
|
#pragma once
|
||
|
|
||
|
/**
|
||
|
* Device name len
|
||
|
*/
|
||
|
#define DEV_NAME_LEN 10
|