File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 920
920
initAS7262 (const uint8_t i2cAddress , WarpI2CDeviceState volatile * deviceStatePointer )
921
921
{
922
922
deviceStatePointer -> i2cAddress = i2cAddress ;
923
- deviceStatePointer -> signalType = ( kWarpTypeMaskLambda450V |
923
+ deviceStatePointer -> signalType = ( kWarpTypeMaskTemperature |
924
+ kWarpTypeMaskLambda450V |
924
925
kWarpTypeMaskLambda500B |
925
926
kWarpTypeMaskLambda550G |
926
927
kWarpTypeMaskLambda570Y |
@@ -1054,7 +1055,8 @@ void
1054
1055
initAS7263 (const uint8_t i2cAddress , WarpI2CDeviceState volatile * deviceStatePointer )
1055
1056
{
1056
1057
deviceStatePointer -> i2cAddress = i2cAddress ;
1057
- deviceStatePointer -> signalType = ( kWarpTypeMaskLambda610R |
1058
+ deviceStatePointer -> signalType = ( kWarpTypeMaskTemperature |
1059
+ kWarpTypeMaskLambda610R |
1058
1060
kWarpTypeMaskLambda680S |
1059
1061
kWarpTypeMaskLambda730T |
1060
1062
kWarpTypeMaskLambda760U |
@@ -3669,4 +3671,4 @@ activateAllLowPowerSensorModes(void)
3669
3671
* For now, simply hold its reset line low.
3670
3672
*/
3671
3673
GPIO_DRV_ClearPinOutput (kWarpPinADXL362_CS_PAN1326_nSHUTD );
3672
- }
3674
+ }
You can’t perform that action at this time.
0 commit comments