Hacker News new | ask | show | jobs
by dododo 5155 days ago
if you're talking about this example:

  const   uint16    max_pressure = 100; 
  enum  Switch_position  {up, down};
``Switch_position'' is not the name of a variable, but an enum type.