mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
vfs: code review fixes
- fix typo in readme - remove unneeded extern declaration - fix header guard macro - tabs->spaces in syscalls.c - spaces->tabs in tasks.c
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#ifndef __ESP_VFS_H__
|
||||
#define __ESP_VFS_H__
|
||||
#ifndef __ESP_VFS_DEV_H__
|
||||
#define __ESP_VFS_DEV_H__
|
||||
|
||||
#include "esp_vfs.h"
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
void esp_vfs_dev_uart_register();
|
||||
|
||||
|
||||
#endif //__ESP_VFS_H__
|
||||
#endif //__ESP_VFS_DEV_H__
|
||||
|
Reference in New Issue
Block a user