bmp.c L269 function name doesn't match header file
Created by: CJune12
In bmp.c the function on line 269 is not named correctly and should include bmp in the name so that it is matches the header file. As in it should be rc_bmp_set_sea_level_pressure_pa(double pa) instead of rc_set_sea_level_pressure_pa(double pa).