1    requires ti.catalog.msp430.peripherals.clock;
     2    requires ti.catalog.msp430.peripherals.special_function;
     3    
     4    /*!
     5     *  ======== ti.catalog.msp430.peripherals.watchdog ========
     6     *  MSP430 WDT+ (watchdog timer) peripheral
     7     */
     8    package ti.catalog.msp430.peripherals.watchdog [1, 0, 0] {
     9        module WDTplus;
    10        interface IWDT;
    11    }