Willy-JL 1 éve
szülő
commit
3700ee70a6

+ 3 - 3
esubghz_chat/crypto/aes.c

@@ -65,8 +65,8 @@ int aes_setkey(
     int mode, // 1 or 0 for Encrypt/Decrypt
     const uchar* key, // AES input key
     uint keysize); // size in bytes (must be 16, 24, 32 for
-    // 128, 192 or 256-bit keys respectively)
-    // returns 0 for success
+// 128, 192 or 256-bit keys respectively)
+// returns 0 for success
 
 /******************************************************************************
  *  AES_CIPHER : called to encrypt or decrypt ONE 128-bit block of data
@@ -75,6 +75,6 @@ int aes_cipher(
     aes_context* ctx, // pointer to context
     const uchar input[16], // 128-bit block to en/decipher
     uchar output[16]); // 128-bit output result block
-    // returns 0 for success
+// returns 0 for success
 
 #endif /* AES_HEADER */

+ 1 - 1
esubghz_chat/crypto/gcm.c

@@ -62,4 +62,4 @@ void radio_device_loader_end(const SubGhzDevice* radio_device) {
     //if(radio_device != subghz_devices_get_by_name(SUBGHZ_DEVICE_CC1101_INT_NAME)) {
     //    subghz_devices_end(radio_device);
     //}
-}
+}

+ 1 - 1
esubghz_chat/helpers/radio_device_loader.h

@@ -12,4 +12,4 @@ const SubGhzDevice* radio_device_loader_set(
     const SubGhzDevice* current_radio_device,
     SubGhzRadioDeviceType radio_device_type);
 
-void radio_device_loader_end(const SubGhzDevice* radio_device);
+void radio_device_loader_end(const SubGhzDevice* radio_device);

+ 1 - 1
eth_troubleshooter/eth_save_process.c

@@ -298,4 +298,4 @@ void ethernet_save_process_free(EthernetSaveConfig* config) {
     storage_file_free(config->log_file);
     furi_record_close(RECORD_STORAGE);
     free(config);
-}
+}

+ 1 - 1
eth_troubleshooter/eth_view_process.h

@@ -56,4 +56,4 @@ typedef struct EthViewDrawStatic {
 typedef struct EthViewDrawPing {
     uint8_t current_digit;
     uint8_t* ip;
-} EthViewDrawPing;
+} EthViewDrawPing;

+ 1 - 1
eth_troubleshooter/eth_worker_dhcp.c

@@ -5,4 +5,4 @@
 void dhcp_timer_callback(void* context) {
     UNUSED(context);
     DHCP_time_handler();
-}
+}

+ 1 - 1
eth_troubleshooter/eth_worker_ping.c

@@ -8,4 +8,4 @@ void ping_wait_ms(int ms) {
 
 uint8_t ping_auto_interface(uint8_t* address) {
     return ping_auto(PING_SOCKET, address);
-}
+}