* <!-- description --> * @brief Returns the current CPU (i.e. PP) * * <!-- inputs/outputs --> * @return Returns the current CPU (i.e. PP) */
| 383 | * @return Returns the current CPU (i.e. PP) |
| 384 | */ |
| 385 | NODISCARD uint32_t |
| 386 | platform_current_cpu(void) NOEXCEPT |
| 387 | { |
| 388 | return 0U; |
| 389 | } |
| 390 | |
| 391 | /** |
| 392 | * <!-- description --> |