···3636#define STORAGE_WANTS_ALIGN
37373838/* We can use a interrupt-based mechanism on the fuzev2 */
3939-#define INCREASED_SCROLLWHEEL_POLLING \
4040- (defined(HAVE_SCROLLWHEEL) && (CONFIG_CPU == AS3525))
3939+#if (defined(HAVE_SCROLLWHEEL) && (CONFIG_CPU == AS3525))
4040+#define INCREASED_SCROLLWHEEL_POLLING 1
4141+#else
4242+#define INCREASED_SCROLLWHEEL_POLLING 0
4343+#endif
41444245#if INCREASED_SCROLLWHEEL_POLLING
4346/* let the timer interrupt twice as often for the scrollwheel polling */