Skip to content

Commit c2c77a3

Browse files
authored
Update warp-kl03-ksdk1.1-boot.c
1 parent b76c763 commit c2c77a3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/boot/ksdk1.1.0/warp-kl03-ksdk1.1-boot.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,8 @@ void
920920
initAS7262(const uint8_t i2cAddress, WarpI2CDeviceState volatile * deviceStatePointer)
921921
{
922922
deviceStatePointer->i2cAddress = i2cAddress;
923-
deviceStatePointer->signalType = ( kWarpTypeMaskLambda450V |
923+
deviceStatePointer->signalType = ( kWarpTypeMaskTemperature|
924+
kWarpTypeMaskLambda450V |
924925
kWarpTypeMaskLambda500B |
925926
kWarpTypeMaskLambda550G |
926927
kWarpTypeMaskLambda570Y |
@@ -1054,7 +1055,8 @@ void
10541055
initAS7263(const uint8_t i2cAddress, WarpI2CDeviceState volatile * deviceStatePointer)
10551056
{
10561057
deviceStatePointer->i2cAddress = i2cAddress;
1057-
deviceStatePointer->signalType = ( kWarpTypeMaskLambda610R |
1058+
deviceStatePointer->signalType = ( kWarpTypeMaskTemperature|
1059+
kWarpTypeMaskLambda610R |
10581060
kWarpTypeMaskLambda680S |
10591061
kWarpTypeMaskLambda730T |
10601062
kWarpTypeMaskLambda760U |
@@ -3669,4 +3671,4 @@ activateAllLowPowerSensorModes(void)
36693671
* For now, simply hold its reset line low.
36703672
*/
36713673
GPIO_DRV_ClearPinOutput(kWarpPinADXL362_CS_PAN1326_nSHUTD);
3672-
}
3674+
}

0 commit comments

Comments
 (0)