diff --git a/Hardware:-LiDAR.md b/Hardware:-LiDAR.md index 144d71f..aadaba8 100644 --- a/Hardware:-LiDAR.md +++ b/Hardware:-LiDAR.md @@ -35,8 +35,8 @@ Each tile is encoded as a bit field: `0000 0000 1000 0000` (`0x0080`) : Cubot `0000 0000 0100 0000` (`0x0040`) : NPC `0000 0000 0010 0000` (`0x0020`) : Portal -`0000 0000 0001 0000` (`0x0010`) : -`0000 0000 0000 1000` (`0x0008`) : -`0000 0000 0000 0100` (`0x0004`) : -`0000 0000 0000 0010` (`0x0002`) : -`0000 0000 0000 0001` (`0x0001`) : \ No newline at end of file +`0000 0000 0001 0000` (`0x0010`) : +`0000 0000 0000 1000` (`0x0008`) : +`0000 0000 0000 0100` (`0x0004`) : +`0000 0000 0000 0010` (`0x0002`) : +`0000 0000 0000 0001` (`0x0001`) : \ No newline at end of file