diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/fbgui.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/fbgui.h b/common/fbgui.h new file mode 100644 index 0000000..7a0faf5 --- /dev/null +++ b/common/fbgui.h @@ -0,0 +1,7 @@ +#ifndef FBGUI_H +#define FBGUI_H + +#define DHCP_MESSAGE_SIZE 2048 +#define ACK_SIZE 4 + +#endif // FBGUI_H |
