mirror of
https://github.com/esphome/esphome.git
synced 2024-11-07 09:31:10 +01:00
Fix typo (#4515)
This commit is contained in:
parent
7466773ac8
commit
b8538c2c12
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user