Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of d7a_1x by
Diff: include/d7a.h
- Revision:
- 64:49a67f36d9c5
- Parent:
- 61:87be16080640
- Child:
- 65:ac3844adfe49
--- a/include/d7a.h Mon Oct 10 13:31:44 2016 +0000 +++ b/include/d7a.h Wed Oct 12 16:40:10 2016 +0000 @@ -53,16 +53,16 @@ //====================================================================== typedef enum { O_O = 0b00000000, - R_O = 0b00100000, - R_R = 0b00100100, - W_O = 0b00010000, - W_W = 0b00010010, - RW_O = 0b00110000, - RW_R = 0b00110100, - RW_W = 0b00110010, - RW_RW = 0b00110110, - RWX_O = 0b00111000, - RWX_RWX = 0b00111111, + R_O = 0b10100000, + R_R = 0b10100100, + W_O = 0b01010000, + W_W = 0b01010010, + RW_O = 0b11110000, + RW_R = 0b11110100, + RW_W = 0b11110010, + RW_RW = 0b11110110, + RWX_O = 0b11111000, + RWX_RWX = 0b11111111, } d7a_fs_perm_t; // =======================================================================