 --> [ local path prefix ]/template/types.fpp:8:8
  |
8 | module template T(type P) {
  |        ^^^^^^^^ syntax error: unexpected token
  |
  = note: expected {
  = note: got identifier

  --> [ local path prefix ]/template/types.fpp:16:29
   |
16 |         telemetry Channel0: P id 0x00
   |                             ^ cannot find type `P` in scope

  --> [ local path prefix ]/template/types.fpp:16:29
   |
16 |         telemetry Channel0: P id 0x00
   |                             ^ type of telemetry channel is not displayable

