We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3508d commit d926ec8Copy full SHA for d926ec8
.codespellignore
@@ -7,5 +7,7 @@ using testing::AtLeast;
7
@param SOM The start of message identifier: @ref START_OF_MESSAGE_ID
8
* Check we don't begin a message until a valid SOM / EOM is found
9
CONFIG_USB_DEVICE_NUMBER_REGISTRED_FUNCTION_DRIVER_IDX0=1
10
+CONFIG_USB_DEVICE_NUMBER_REGISTRED_FUNCTION_DRIVER_IDX0=3
11
# from $HARMONY_VERSION_PATH/framework/net/pres/config/net_pres.hconfig
12
CONFIG_NET_PRES_USE=n
13
+ int fd = open(file, O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR);
0 commit comments