Commit 7a2e1db
committed
fix: Make romver global to fix build error
This commit fixes a build error that was caused by the `romver` variable being declared as `static` in `system.c`, which made it inaccessible from other files. The `static` keyword has been removed to make the variable global, which resolves the linker error.
This change is part of the larger effort to add the OpenTuna installer page, and this fix is necessary for that feature to work correctly.1 parent b05cbde commit 7a2e1db
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| |||
0 commit comments