esp-modem(VFS): Reworked decouple resources from the file system

This commit is contained in:
David Cermak
2021-05-23 20:43:50 +02:00
parent 69ad3ea589
commit 8f17a90026
17 changed files with 332 additions and 177 deletions

View File

@ -12,6 +12,7 @@
// limitations under the License.
#pragma once
#include <stdint.h>
typedef int uart_port_t;
typedef int uart_word_length_t;