File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
hardware/esp8266com/esp8266/bootloaders/eboot Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* Copyright (c) 2015 Ivan Grokhotkov. All rights reserved.
2
+ * This file is part of eboot bootloader.
3
+ *
4
+ * Redistribution and use is permitted according to the conditions of the
5
+ * 3-clause BSD license to be found in the LICENSE file.
6
+ */
7
+
1
8
#ifndef EBOOT_COMMAND_H
2
9
#define EBOOT_COMMAND_H
3
10
Original file line number Diff line number Diff line change
1
+ /* Copyright (c) 2015 Ivan Grokhotkov. All rights reserved.
2
+ * This file is part of eboot bootloader.
3
+ *
4
+ * Redistribution and use is permitted according to the conditions of the
5
+ * 3-clause BSD license to be found in the LICENSE file.
6
+ */
7
+
1
8
#include <stddef.h>
2
9
#include <stdint.h>
3
10
#include <stdbool.h>
You can’t perform that action at this time.
0 commit comments