Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ShishkinDmitriy committed Sep 21, 2024
1 parent 20dd56f commit ac41b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef MenuUtils_H
#define MenuUtils_H

#include <Arduino.h>
#include "constants.h"
#include <Arduino.h>

inline void substring(const char* str, uint8_t start, uint8_t size, char* substr) {
strncpy(substr, str + start, size);
Expand Down

0 comments on commit ac41b84

Please sign in to comment.