drivers: clock_control: clock_stm32g4: Fix ifdef STM32_LSE_CLOCK the macro STM32_LSE_CLOCK is always defined and therefore systems without lse crystals hang on startup. Used #if instead of #ifdef. Signed-off-by: Alexander Wachter <alexander.wachter@leica-geosystems.com>