settings.json 328 Bytes
Newer Older
1 2 3 4 5
{
    "files.associations": {
        "protocol_user.h": "c",
        "protocol_lib.h": "c",
        "protocol_crc16.h": "c",
6 7
        "gatts_table_creat_demo.h": "c",
        "app_ble_user.h": "c",
王金亮's avatar
王金亮 committed
8
        "main_user.h": "c",
9 10 11
        "mcu_core_protocol.h": "c",
        "app_bt_user.h": "c",
        "bt_app_main.h": "c"
12 13
    }
}