mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Fix typo (#4515)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
// Helper macro to define a version code, whos evalue can be compared against other version codes.
|
||||
// Helper macro to define a version code, whose value can be compared against other version codes.
|
||||
#define VERSION_CODE(major, minor, patch) ((major) << 16 | (minor) << 8 | (patch))
|
||||
|
Reference in New Issue
Block a user