#include "Sub.h"
// updates the status of notify
// should be called at 50hz
void Sub::update_notify()
{
notify.update();
}