smc: Fix version string modulus

This commit is contained in:
wutno 2021-01-04 03:58:41 -05:00 committed by GitHub
parent d31a207e35
commit 270310e603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
#define SMC_REG_SCRATCH 0x1b
#define SMC_REG_SCRATCH_SHORT_ANIMATION 0x04
static const char *smc_version_string = "P01";
static const char smc_version_string[] = "P01";
typedef struct SMBusSMCDevice {
SMBusDevice smbusdev;