Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions src/oled_display_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,6 @@
*
*/

// This ensures that the code is ran on Raspberry Pi architecture
#ifdef __x86_64__

#include <stdio.h>

int main(int argc, char** argv) {
(void)fprintf(stderr, "The oled_display_node for the x86/64 is a fake!\n");
return 1;
}

#endif // __x86_64__

#if defined(__arm__) || defined(__aarch64__)

/*
* Display Output Subsystem
*
Expand Down Expand Up @@ -827,5 +813,3 @@ int main(int argc, char **argv)

return 0;
}

#endif // __arm__ || __aarch64__