Protocentral / protocentral-healthypi-v3

HealthyPi is the first fully open-source, full-featured vital sign monitor. Using the Raspberry Pi as its computing and display platform, the HealthyPi add-on HAT turns the Raspberry Pi into a vital sign monitoring system.
http://healthypi.protocentral.com
Other
194 stars 51 forks source link

Firmware compilation error on Linux #4

Closed mithrandi closed 7 years ago

mithrandi commented 7 years ago

The code has #include "afe44xx.h" but the file is named afe44XX.h in the archive; this will work on an OS with case-insensitive file access, but not on Linux.

protocentralashwin commented 7 years ago

@mithrandi Thanks. Fixed the issue. Combined this file with another header file.