zvecr 4 years ago
parent
commit
05b5a4c23a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      quantum/xap/xap.c

+ 1 - 1
quantum/xap/xap.c

@@ -69,7 +69,7 @@ struct __attribute__((packed)) xap_route_t {
 
         // XAP_VALUE / XAP_CONST_MEM
         struct {
-            const void   *const_data;
+            const void *  const_data;
             const uint8_t const_data_len;
         };
     };