 --> [ local path prefix ]/tlm_channel/format_not_numeric.fpp:3:29
  |
3 |   telemetry T: bool format "{x}"
  |                             ^^^ Hexadecimal format replacement cannot be used for type `boolean`
  |
 ::: [ local path prefix ]/tlm_channel/format_not_numeric.fpp:3:16
  |
3 |   telemetry T: bool format "{x}"
  |                ---- type defined here

 --> [ local path prefix ]/tlm_channel/format_not_numeric.fpp:1:1
  |
1 | / passive component C {
2 | |
3 | |   telemetry T: bool format "{x}"
4 | |
5 | | }
  | |_^ component with telemetry specifiers must have telemetry port

