Linux != windows
This commit is contained in:
parent
fdceac9441
commit
bb26aa2f71
@ -23,7 +23,7 @@ int main() {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
__declspec(dllexport) int draw() {
|
int draw() {
|
||||||
Debug("EPD_2in13_V4_test Demo\r\n");
|
Debug("EPD_2in13_V4_test Demo\r\n");
|
||||||
if(DEV_Module_Init()!=0){
|
if(DEV_Module_Init()!=0){
|
||||||
return -1;
|
return -1;
|
||||||
@ -160,6 +160,4 @@ __declspec(dllexport) int draw() {
|
|||||||
Debug("close 5V, Module enters 0 power consumption ...\r\n");
|
Debug("close 5V, Module enters 0 power consumption ...\r\n");
|
||||||
DEV_Module_Exit();
|
DEV_Module_Exit();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user